Value

class Value : GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType> , VectorTile.Tile.ValueOrBuilder
Variant type encoding
The use of values is described in section 4.1 of the specification
Protobuf type vector_tile.Tile.Value

Types

Link copied to clipboard
class Builder : GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType> , VectorTile.Tile.ValueOrBuilder
Variant type encoding
The use of values is described in section 4.1 of the specification
Protobuf type vector_tile.Tile.Value

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(other: Any): Boolean
Link copied to clipboard
open fun getBoolValue(): Boolean
optional bool bool_value = 7;
Link copied to clipboard
Link copied to clipboard
fun getDefaultInstanceForType(): MessageType
abstract fun getDefaultInstanceForType(): MessageLite
Link copied to clipboard
optional double double_value = 3;
Link copied to clipboard
fun <Type> getExtension(extension: ExtensionLite<MessageType, Type>): Type
Link copied to clipboard
fun <Type> getExtensionCount(extension: ExtensionLite<MessageType, List<Type>>): Int
Link copied to clipboard
open fun getFloatValue(): Float
optional float float_value = 2;
Link copied to clipboard
open fun getIntValue(): Long
optional int64 int_value = 4;
Link copied to clipboard
fun getParserForType(): Parser<MessageType>
abstract fun getParserForType(): Parser<out MessageLite>
Link copied to clipboard
open fun getSintValue(): Long
optional sint64 sint_value = 6;
Link copied to clipboard
Exactly one of these values must be present in a valid message
optional string string_value = 1;
Link copied to clipboard
open fun getStringValueBytes(): ByteString
Exactly one of these values must be present in a valid message
optional string string_value = 1;
Link copied to clipboard
open fun getUintValue(): Long
optional uint64 uint_value = 5;
Link copied to clipboard
open fun hasBoolValue(): Boolean
optional bool bool_value = 7;
Link copied to clipboard
optional double double_value = 3;
Link copied to clipboard
fun <Type> hasExtension(extension: ExtensionLite<MessageType, Type>): Boolean
Link copied to clipboard
optional float float_value = 2;
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun hasIntValue(): Boolean
optional int64 int_value = 4;
Link copied to clipboard
open fun hasSintValue(): Boolean
optional sint64 sint_value = 6;
Link copied to clipboard
Exactly one of these values must be present in a valid message
optional string string_value = 1;
Link copied to clipboard
open fun hasUintValue(): Boolean
optional uint64 uint_value = 5;
Link copied to clipboard
Link copied to clipboard
fun newBuilderForType(): BuilderType
abstract fun newBuilderForType(): MessageLite.Builder
Link copied to clipboard
open fun <ContainingType : MessageLite?, Type> newRepeatedGeneratedExtension(containingTypeDefaultInstance: ContainingType, messageDefaultInstance: MessageLite, enumTypeMap: Internal.EnumLiteMap<out Any>, number: Int, type: WireFormat.FieldType, isPacked: Boolean, singularType: Class): GeneratedMessageLite.GeneratedExtension<ContainingType, Type>
Link copied to clipboard
open fun <ContainingType : MessageLite?, Type> newSingularGeneratedExtension(containingTypeDefaultInstance: ContainingType, defaultValue: Type, messageDefaultInstance: MessageLite, enumTypeMap: Internal.EnumLiteMap<out Any>, number: Int, type: WireFormat.FieldType, singularType: Class): GeneratedMessageLite.GeneratedExtension<ContainingType, Type>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): VectorTile.Tile.Value
Link copied to clipboard
open fun parseFrom(data: ByteString): VectorTile.Tile.Value
open fun parseFrom(input: CodedInputStream): VectorTile.Tile.Value
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): VectorTile.Tile.Value
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): VectorTile.Tile.Value
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): VectorTile.Tile.Value
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): VectorTile.Tile.Value
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): VectorTile.Tile.Value
Link copied to clipboard
open fun parser(): Parser<VectorTile.Tile.Value>
Link copied to clipboard
fun toBuilder(): BuilderType
abstract fun toBuilder(): MessageLite.Builder
Link copied to clipboard
open fun toByteArray(): Array<Byte>
Link copied to clipboard
open fun toByteString(): ByteString
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun writeDelimitedTo(output: OutputStream)
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)